Comments on Scrapbook Bookmarklet Version 0.1

 

3 Comments.

Hello, I am writing regarding your web page about saving scraps of web pages using a bookmarklet.

In case you are not aware, there is an extension or addon for the Firefox web browser which will save any part of a web page or the complete page or even an entire web site.

The extension is Scrapbook which can be found here: https://addons.mozilla.org/en-US/firefox/addon/427/ . There is an improved version which is Scrapbook Plus, which has been modified by another author https://addons.mozilla.org/en-US/firefox/addon/8186/ .

The Scrapbook addon saves pages to your hard drive and has many tools for managing your collections and editing any saved pages.

I hope you find this information useful.

Cheers
Robert


To make the scrapbook files available from another computer, you can use a USB flash memory drive and install a portable version of Firefox. I have used the open source Portable Apps program which is found here: http://portableapps.com/

Download and install on a USB flash memory drive then download and install the portable version of Firefox, http://portableapps.com/apps/internet/firefox_portable — then you can get the scrapbook addon and save all your scraps to the flash drive, which will be available to use on any computer. You can also import and export the scrapbook files between your desktop or mobile PC and the portable drive.

I understand that your project is for online storage, which requires a dependable host site and will be inaccessible if the site is down or you have no internet access. The portable solution overcomes these problems and I have found it most useful when studying away from home.

Cheers
Robert


to make the bookmarklet Javascript work in IE8 (maybe!) try changing it to:

javascript:range=document.selection.createRange();location.href='http://zhurnaly.com/cgi-bin/scrapbook.cgi?X='+encodeURIComponent(location.href)+'&Y='+encodeURIComponent(range.text);

... since older versions of Internet Explorer don't handle window.getSelection() properly, so it's apparently necessary to do document.selection.createRange and then use its text ...

mezimmerman 2011-09-09 15:58 UTC